Skip to content

fix: fetch proton from remote git repo instead of local directory#253

Merged
ravisuhag merged 4 commits intomainfrom
fix/proto-remote-input
Apr 21, 2026
Merged

fix: fetch proton from remote git repo instead of local directory#253
ravisuhag merged 4 commits intomainfrom
fix/proto-remote-input

Conversation

@ravisuhag
Copy link
Copy Markdown
Member

Summary

  • Update buf.gen.yaml to use git_repo input from GitHub instead of directory: ../proton
  • Remove stale gen/buf/ directory (unused, Go resolves buf/validate from remote BSR module)
  • Simplify Makefile proto target — no more PROTON_COMMIT pinning or manual zip download

Test plan

  • buf generate fetches from remote proton and generates code
  • go build ./... passes

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
compass Ready Ready Preview, Comment Apr 21, 2026 3:28am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@ravisuhag has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 20 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 59 minutes and 20 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: df191bf2-6927-460d-b4dd-1c010702d9de

📥 Commits

Reviewing files that changed from the base of the PR and between 34a4c90 and 5a2839b.

⛔ Files ignored due to path filters (1)
  • gen/buf/validate/validate.pb.go is excluded by !**/*.pb.go, !**/gen/**
📒 Files selected for processing (4)
  • Makefile
  • buf.gen.yaml
  • docs/vercel.json
  • store/postgres.go

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 21, 2026

Coverage Report for CI Build 24702425087

Warning

No base build found for commit 34a4c90 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 16.651%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 6336
Covered Lines: 1055
Line Coverage: 16.65%
Coverage Strength: 3.18 hits per line

💛 - Coveralls

@ravisuhag ravisuhag merged commit ed7c2ec into main Apr 21, 2026
5 checks passed
@ravisuhag ravisuhag deleted the fix/proto-remote-input branch April 21, 2026 03:29
@ravisuhag ravisuhag restored the fix/proto-remote-input branch April 21, 2026 21:29
@ravisuhag ravisuhag deleted the fix/proto-remote-input branch April 21, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants